home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMDIALOG / TFRMDIALOG.txt
Encoding:
Text File  |  2004-05-18  |  1.8 KB  |  88 lines

  1. object FrmDialog: TFrmDialog
  2.   Left = 267
  3.   Top = 112
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Poco'
  7.   ClientHeight = 200
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnKeyUp = FormKeyUp
  22.   OnShow = FormShow
  23.   PixelsPerInch = 120
  24.   TextHeight = 13
  25.   object PnlBottom: TPanel
  26.     Left = 0
  27.     Top = 163
  28.     Width = 400
  29.     Height = 37
  30.     Align = alBottom
  31.     BevelOuter = bvNone
  32.     TabOrder = 0
  33.     DesignSize = (
  34.       400
  35.       37)
  36.     object BtnClose: TButton
  37.       Left = 316
  38.       Top = 6
  39.       Width = 75
  40.       Height = 25
  41.       Anchors = [akTop, akRight]
  42.       Caption = 'Close'
  43.       Default = True
  44.       TabOrder = 0
  45.       OnClick = BtnCloseClick
  46.     end
  47.     object cbClear: TCheckBox
  48.       Left = 6
  49.       Top = 16
  50.       Width = 304
  51.       Height = 17
  52.       Anchors = [akLeft, akTop, akRight]
  53.       Caption = '&Clear on close'
  54.       TabOrder = 1
  55.     end
  56.   end
  57.   object PnlMain: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 400
  61.     Height = 163
  62.     Align = alClient
  63.     BevelOuter = bvNone
  64.     TabOrder = 1
  65.     DesignSize = (
  66.       400
  67.       163)
  68.     object Memo: TMemo
  69.       Left = 8
  70.       Top = 10
  71.       Width = 384
  72.       Height = 147
  73.       Anchors = [akLeft, akTop, akRight]
  74.       BorderStyle = bsNone
  75.       Color = clBtnFace
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = 16
  79.       Font.Name = 'Arial'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       ReadOnly = True
  83.       ScrollBars = ssVertical
  84.       TabOrder = 0
  85.     end
  86.   end
  87. end
  88.